Welcome![Sign In][Sign Up]
Location:
Search - p1.0 p1

Search list

[Com Portfet120_1

Description: Toggle P1.0 by xor ing P1.0 inside of a software loop.-Toggle P1.0 by xor ing P1.0 inside of a softw are loop.
Platform: | Size: 959 | Author: 刘J.C. | Hits:

[Other resourcezhuangtaizhishi

Description: 多路开关状态指示 如图4.3.1所示,AT89S51单片机的P1.0-P1.3接四个发光二极管L1-L4,P1.4-P1.7接了四个开关K1-K4,编程将开关的状态反映到发光二极管上。(开关闭合,对应的灯亮,开关断开,对应的灯灭)。 -multiple switch state instructions shown in Figure 4.3.1. AT89S51 SCM P1.0 - P1.3 then four LED L1 - L4, P1.4 - P1.7 then switch the four K1 - K4, programming will switch the state to reflect on the light-emitting diode. (Closed switch, the corresponding lights, switches off, the lights corresponding to eliminate).
Platform: | Size: 47137 | Author: 杨觉 | Hits:

[Other resourcechg_counter

Description: 可预置可逆4位计数器 利用AT89S51单片机的P1.0-P1.3接四个发光二极管L1-L4,用来指示当前计数的数据;用P1.4-P1.7作为预置数据的输入端,接四个拨动开关K1-K4,用P3.6/WR和P3.7/RD端口接两个轻触开关,用来作加计数和减计数开关 -be reversible four preset counter use AT89S51 SCM P1.0 - P1.3 then made 4 LED L1 - L4, used to indicate the current count data; with P1.4 - P1.7 as preset data input and then flicking a switch four K1 - K4. with P3.6/WR P3.7/RD ports and then two touch switches, used for counting and increases by counting Switches
Platform: | Size: 45855 | Author: 杨觉 | Hits:

[Other resource93C46_shumaguan

Description: K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按键 K4 --- 清零按键 开机显示: SECOND-CLOCK 0 TIME 00:00:00:00 K3 --- 控制按键: 第一次按下时,开始计时。 显示 BEGIN COUNT 1 TIME 00:00:01:88 第二次按下时,暂停计时。 显示 PAUST COUNT 2 TIME 00:00:01:88 第三次按下时,累计计时。 显示 BEGIN COUNT 3 TIME 00:08:08:88 第四次按下时,暂停计时。 显示 PAUST COUNT 4 TIME 00:08:08:88 K4 --- 清零按键: 在任何状态下,按一下K4,均可清零。 显示 SECOND-CLOCK 0 TIME 00:00:00:00 0,1,2,3,4 表示按下K3键的次数。 -K3 : -- P1.6 K4 : -- P1.7 BEEP : --- P3.7 K3 - K4 control button, reset button boot showed : SECOND-TIME CLOCK 0 --- 00:00:00:00 K3 control buttons : the first press, the timer. Show BEGIN COUNT TIME 00:00:01:88 a second press, the suspension time. COUNT 2 shows PAUST TIME 00:00:01:88 third press, the total time. Show BEGIN COUNT 3 TIME 00:08:08:88 fourth press, the suspension time. COUNT 4 shows PAUST K4 --- TIME 00:08:08:88 reset button : in any state, with one-K4 can be reset. Show SECOND-TIME CLOCK 00:00:00:00 0 0, 4 K3 press said the number of keys.
Platform: | Size: 8879 | Author: lmhit | Hits:

[Other resource159

Description: 路口分主干和支干道,主干道的绿灯时间(为25秒)长红灯时间短(为20秒),支干道的红灯时间长(为30秒)绿灯时间短(为15秒),黄灯时间相等(为5秒)! 用P1口控制红绿灯,用P0和P2显示时间! 程序还没有优化,还望各位老师多多指点! -junction trunk and branch-trunk Road green time (for 25 seconds) long red light a short time (20 seconds), Support corridors in the red a long time (30 seconds) green short time (15 seconds), the yellow light time equivalent (for five seconds)! I used to control traffic lights P1, P2 and P0 with show time! No optimization procedures, but also hope to instruct the teacher!
Platform: | Size: 7380 | Author: 仙鹤草 | Hits:

[Other resource74HC595zoumadeng

Description: 74HC595 走马灯演示程序 SDATA_595 EQU P1.0 串行数据输入 SCLK_595 EQU P1.1 移位时钟脉冲 RCK_595 EQU P1.2 输出锁存器控制脉冲-Demonstration Program SDATA_595 idealized P1.0 serial data input SCLK_595 idealized P1.1 shift clock pulse RCK_595 idealized pesticides output latch Impulse control
Platform: | Size: 887 | Author: 刘浪 | Hits:

[Other resourcecom(p1.0-p1.1)

Description: MSP430系列单片机232通讯相关程序-MSP430 MCU 232 communications-related procedures
Platform: | Size: 1769 | Author: 陈燕 | Hits:

[Embeded-SCM DevelopIOc51

Description: 用P1口,一位接按键输入,四位接LED输出显示一个四位二进制数,每次按键,二进制数加1 P1口用4*4键盘输入,P0口接1位数码管显示16个键,分别显示0—F 实现一位十进制计算器功能-with P1, an access key input, then four LED output showed a binary number four, each button. plus a few binary P1 mouth 4 * 4 keyboard input, P0 I received a Digital Display 16 keys, showed 0-F achieve a metric calculator functions
Platform: | Size: 841 | Author: | Hits:

[Other resourceyejingxianshi000003

Description: 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来 -infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP, # 40H MOV P1, # 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2, # 9 will be the remote control keys into A (0 ~ 9) MOV DPTR, # TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR, # TAB; A digital value through the tube show
Platform: | Size: 1340 | Author: ttforgo | Hits:

[assembly languageLED82

Description: 8051进行8路LED模拟分支控制 用8051的P1口作为输入、P0口作为输出,通过74LS244接8路LED模拟分支控制。 P1.0为低电平时,点亮一LED;P1.0为高电平、P1.1为低电平时点亮全部LED;当P1.0、P1.1都为高电平时,LED按四个一组,轮流反复点亮 P1.0、P1.1、P1.2都为高电平时,8LED逐一点亮并反复循环 -8,051 for eight LED branch control simulation using 8051 as input P1, P0 mouth as the output by 74 LS244 received eight LED simulation branch control. P1.0 for low-level, a lit LED; P1.0 for margin, P1.1 for low-level when all the LED lights; When P1.0 and P1.1 for margin, LED by a group of four take turns repeatedly lit P1.0, P1.1, pesticides for margin, 8LED lit one by one and repeatedly cycle
Platform: | Size: 49570 | Author: 何镇安 | Hits:

[Other resourceluojiyunsuan

Description: 知识要点:理解熟悉单片机的逻辑运算 运行结果:P1 口输出4 次计算的数值,注意1 为灭0 为亮,从1.7 到1.0 排列 与的概念:有0 为0 全1 出1.或的概念:有1 为1 全0出0.取反的概念遇1 为0 遇0 为1 异或的概念:相同为0 不同为1-knowledge points : understanding the logic familiar with the MCU running Operational Results : P1 output four times the numerical calculation, To eliminate the attention of an 0-for from 1.7 to 1.0 and with the concept : all 0 0 1 1. or concept : have a whole for a 0 0. from the concept of anti-encountered a case of 0 0 or for a different concept : the same as for a different 0
Platform: | Size: 541637 | Author: xinxinjob | Hits:

[assembly languagebijiaodaxiao

Description: 知识要点:比较指令的学习与cy位 开始初始化为ff. 大于fe,那么显示1. 如果用导线把p1.1,\\...p1.7 短路到地,p1 将小于fe, 显示0 ,如果把p1.0 短路到地p1=fe 则继续检测无显示. 该程序示例了比较指令. 同时有助于理解数的概念 -knowledge points : comparison of learning and instruction cy - start initialized ff. Greater than fe, Then a show. If Traverse put p1.1, \\ ... p1.7 to short circuit, will be less than fe p1. show 0, If the short circuit to p1.0 to p1 = fe continued to show no detection. Examples of the procedure compared instructions. helped to understand the concept of a few
Platform: | Size: 560198 | Author: xinxinjob | Hits:

[Other resourcetree

Description: 单片机系统上电后,P0 口和 P1 口都被清 0。然后,你规定一个由 6 个数字构成的序列(每个数字从 0~F 中选取),比如 E、8、9、0、7、F。然后每次当单片机检测到外部中断 0发起中断时间时,读取 P0 口和 P1 口上的状态值,当连续 6 次外部中断事件的对应的数字序列构成你所设定的序列后(举例来说,如果 P0.0 是 1,P0 和 P1 的其他管脚是 0,那么我们称为检测到一次数字 0),从串口打印输出一幅类似下图的 16×16 的ASCII码的圣诞树图片。
Platform: | Size: 2669 | Author: 脱立恒 | Hits:

[assembly languageAT89C52_CLOCK

Description: 程序能用于24小时计时,能作为秒表使用,能定时闹铃1分钟(也可关). 使用方法:开机后在00:00:00起开始计时,(1)长按P1.0进入调分状态:分单元闪烁 按P1.0加1,按P1.1减1.再长按P1.0进入时调整状态,时单元闪烁,加减调整同调分.
Platform: | Size: 6742 | Author: 思考 | Hits:

[Other resourcetimer

Description: 秒表/时钟计时器的设计采用AT89C52单片机,最小化应用设计;采用共阳七段LED显示器,P0口输出段码数据,P2.0-P2.5口作列扫描输出,P1.0、P1.1、P1.2口接三个按钮开关,用以调时及功能设置。为了提供共阳LED数码管的驱动电压,用三极管8550作电源驱动输出。
Platform: | Size: 17183 | Author: 陈巍巍 | Hits:

[Other resource050-1602LCD

Description: K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按键 K4 --- 清零按键 开机显示: SECOND-CLOCK 0 TIME 00:00:00:00 K3 --- 控制按键: 第一次按下时,开始计时。 显示 BEGIN COUNT 1 TIME 00:00:01:88 第二次按下时,暂停计时。 显示 PAUST COUNT 2 TIME 00:00:01:88 第三次按下时,累计计时。
Platform: | Size: 19013 | Author: jimmy | Hits:

[Other resourcefet110_1

Description: //*** *** *** *** *** *** *** * // MSP-FET430x110 Demo - Software Toggle P1.0 // // Description: Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO ~800k // // MSP430F1121 // ----------------- // /|\\| XIN|- // | | | // --|RST XOUT|- // | | // | P1.0|-->LED // // M. Buccini // Texas Instruments Inc. // Feb 2005 // Built with IAR Embedded Workbench Version: 3.21A
Platform: | Size: 862 | Author: 111 | Hits:

[assembly language22

Description: 对P1、P2、P3口的输入数据保存,再将这些数据输出给CD显示
Platform: | Size: 18783 | Author: 陈霄 | Hits:

[assembly languageclock

Description: 本程序为2005带单片机课程设计时所写,并有相关的硬件电路板 //本程序在硬件上测试通过 //晶振为11.0592MHZ //程序中用单片机的P1口的I/O引脚做按键 //用四位一体的共阴数码管显示
Platform: | Size: 2004 | Author: syy | Hits:

[Other resourceC51

Description: 单片机P1口与4个按键连接,用于信号幅度和频率调节操作键。单片机P0、P2.7、P3.6(-WR)与DA0832、2个741(运放)连接构成波形信号输出电路。 编程使波形信号输出电路输出正弦波信号,并且可通过操作键调节信号的幅度和频率。幅度和频率调节级别从0~10,共11个等级。
Platform: | Size: 1395 | Author: 张理 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net